Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Upgrades #7

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Dependency Upgrades #7

wants to merge 4 commits into from

Conversation

serramatutu
Copy link

@serramatutu serramatutu commented Apr 24, 2024

This PR changes a few things regarding dependencies:

  • Upgrade the project to use the latest version of dbt
  • Upgrade dbt-date dependency which was broken when running locally on DuckDB
  • Replace pip by poetry for better dependency resolution
  • Update the pre-commit hooks to make them up to date, and remove some random ESlint stuff that was lying around.

This commit upgrades the dbt dependencies which were causing the project
to break on DuckDB
@wiz-inc-266a8a9c32
Copy link

wiz-inc-266a8a9c32 bot commented Apr 24, 2024

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 0C 0H 0M 1L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 0H 0M 1L 0I
Secrets 0🔑

This commit upgrades the project's dependency manager to Poetry instead
of just pip. This is mainly to use Poetry's dependency resolver which is
much superior.
This commit updates the pre-commit configs to make them up to date with
the new dependencies. It also removes some random JS stuff that was
around.
This commit removes devcontainers since it was broken anyways.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants